home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / vol11n06.zip / MIDIDEVS.BCP < prev    next >
Text File  |  1991-11-20  |  405b  |  12 lines

  1. #--------------------------------------------
  2. # MIDIDEVS.BCP make file for Borland C++ 2.0
  3. #--------------------------------------------
  4.  
  5. mididevs.exe : mididevs.obj mididevs.def
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ws mididevs, mididevs, NUL, \
  7.            /nod cwins cs import maths mmsystem, mididevs
  8.      rc -t mididevs.exe
  9.  
  10. mididevs.obj : mididevs.c
  11.      bcc -c -w-par -W -2 mididevs.c
  12.